home *** CD-ROM | disk | FTP | other *** search
/ Quick PC 62 / Quick PC 62.iso / I386 / NET713.IN_ / Net713.inf
Encoding:
Windows Setup INFormation  |  1999-11-01  |  3.5 KB  |  110 lines

  1. ; NET713.INF
  2. ;
  3. ; MXIC MX98715 PCI Fast Ethernet Adapters (10/100)
  4. ;
  5. ; Copyright (c) 1999, Macronix International Corporation
  6. ; Copyright (c) 1999, Microsoft
  7.  
  8. [version]
  9. Signature   = "$Windows NT$"
  10. Class       = Net
  11. ClassGUID   = {4d36e972-e325-11ce-bfc1-08002be10318}
  12. Provider    = %Msft%
  13. LayoutFile  = layout.inf
  14. DriverVer=11/01/1999,2.11.2000.5
  15.  
  16. [Manufacturer]
  17. %Dlink%     = Dlink
  18. %Mxic%      = Mxic
  19.  
  20. [ControlFlags]
  21. ExcludeFromSelect  = PCI\VEN_10d9&DEV_0531, \
  22.                      PCI\VEN_10d9&DEV_0531&SUBSYS_12001186
  23.  
  24. [Dlink]
  25. %DL0531.DeviceDesc%  = MX0531.ndi, PCI\VEN_10d9&DEV_0531&SUBSYS_12001186 ; D-Link DFE-540TX ProFAST 10/100 Adapter
  26.  
  27. [Mxic]
  28. %MX0531.DeviceDesc%  = MX0531.ndi, PCI\VEN_10d9&DEV_0531 ; MXIC MX98715 ACPI
  29.  
  30. ;-------------------------------------------------------------------------------
  31. ; MXIC MX98715 PCI Fast Ethernet Adapters (10/100)
  32. ;
  33. [MX0531.ndi]
  34. AddReg          = MX0531.id.reg, MXNIC.reg, params.reg
  35. BusType         = 5
  36. Characteristics = 0x84
  37. CopyFiles       = mxic.CopyFiles
  38.  
  39. [MX0531.ndi.Services]
  40. AddService      = mxnic, 2, mx9871x.Service, common.EventLog
  41.  
  42. [MX0531.id.reg]
  43. HKR, , AdapterCFID, 0, "053110d9"
  44.  
  45. ;-------------------------------------------------------------------------------
  46. ; MXNIC Advanced Properties
  47. ;
  48. [params.reg]
  49. ; Connection Type
  50. HKR, Ndi\params\ConnectionType,      ParamDesc,   0, %ConnectionType%
  51. HKR, Ndi\params\ConnectionType,      default,     0, "0"
  52. HKR, Ndi\params\ConnectionType,      type,        0, "enum"
  53. HKR, Ndi\params\ConnectionType\enum, 0,           0, %Automatic%
  54. HKR, Ndi\params\ConnectionType\enum, 1,           0, %100FD%
  55. HKR, Ndi\params\ConnectionType\enum, 2,           0, %100%
  56. HKR, Ndi\params\ConnectionType\enum, 3,           0, %10FD%
  57. HKR, Ndi\params\ConnectionType\enum, 4,           0, %10%
  58.  
  59. ;-------------------------------------------------------------------------------
  60. ; MXNIC Service and Driver
  61. ;
  62. [MXNIC.reg]
  63. ; Interfaces
  64. HKR, Ndi,                            Service,     0, "MXNIC"
  65. HKR, Ndi\Interfaces,                 UpperRange,  0, "ndis5"
  66. HKR, Ndi\Interfaces,                 LowerRange,  0, "ethernet"
  67. HKR, ,                               AdapterType, 0, "5"
  68. HKR, ,                               BusType,     0, "5"
  69.  
  70. [mx9871x.Service]
  71. DisplayName     = %mx9871x.Service.DispName%
  72. ServiceType     = 1 ;%SERVICE_KERNEL_DRIVER%
  73. StartType       = 3 ;%SERVICE_DEMAND_START%
  74. ErrorControl    = 1 ;%SERVICE_ERROR_NORMAL%
  75. ServiceBinary   = %12%\mxnic.sys
  76. LoadOrderGroup  = NDIS
  77.  
  78. [mxic.CopyFiles]
  79. mxnic.sys,,,2
  80.  
  81. [common.EventLog]
  82. AddReg = common.AddEventLog.reg
  83.  
  84. [common.AddEventLog.reg]
  85. HKR, , EventMessageFile, 0x00020000, "%%SystemRoot%%\System32\netevent.dll"
  86. HKR, , TypesSupported,   0x00010001, 7
  87.  
  88. [DestinationDirs]
  89. mxic.CopyFiles  = 12
  90.  
  91. ;-------------------------------------------------------------------------------
  92. ; Localizable Strings
  93. ;
  94. [Strings]
  95. Msft                     = "Microsoft"
  96. Dlink                    = "D-Link"
  97. Mxic                     = "Macronix"
  98.  
  99. ConnectionType           = "Connection Type"
  100. Automatic                = "Auto Negotiate"
  101. 10                       = "10 Mbps"
  102. 100                      = "100 Mbps"
  103. 10FD                     = "10 Mbps Full Duplex"
  104. 100FD                    = "100 Mbps Full Duplex"
  105.  
  106. DL0531.DeviceDesc        = "D-Link DFE-540TX ProFAST 10/100 Adapter"
  107. MX0531.DeviceDesc        = "Macronix MX98715 Family Fast Ethernet Adapter (ACPI)"
  108.  
  109. mx9871x.Service.DispName = "Macronix MX987xx Family Fast Ethernet NT Driver"
  110.